#!/bin/sh
if [ "$LANG" != "C" ]
then
    echo 'you must set the LANG environment variable to C'
    exit 1
else
    set -x
    xmodmap ./changeback.JP_on_101
    xmodmap /usr/lpp/X11/defaults/xmodmap/C/keyboard
fi
